翻訳と辞書
Words near each other
・ Service integration and management
・ Service Integration Maturity Model
・ Service Interface for Real Time Information
・ Service Interoperability in Ethernet Passive Optical Networks
・ Service journalism
・ Service King Collision Repair
・ Service Labor Time Standards
・ Service lapel button
・ Service layer
・ Service layers pattern
・ Service level
・ Service level objective
・ Service level requirement
・ Service life
・ Service Location Protocol
Service locator pattern
・ Service loose coupling principle
・ Service management
・ Service Management Facility
・ Service Mapping Description
・ Service mark
・ Service mark symbol
・ Service Measurement Index
・ Service medal
・ Service Medal in Bronze
・ Service Medal in Gold
・ Service Medal in Silver
・ Service Medal of the Order of St John
・ Service Merchandise
・ Service mode


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Service locator pattern : ウィキペディア英語版
Service locator pattern
The service locator pattern is a design pattern used in software development to encapsulate the processes involved in obtaining a service with a strong abstraction layer. This pattern uses a central registry known as the "service locator", which on request returns the information necessary to perform a certain task.〔http://martinfowler.com/articles/injection.html#UsingAServiceLocator〕
==Advantages==

* The "service locator" can act as a simple run-time linker. This allows code to be added at run-time without re-compiling the application, and in some cases without having to even restart it.
* Applications can optimize themselves at run-time by selectively adding and removing items from the service locator. For example, an application can detect that it has a better library for reading JPG images available than the default one, and alter the registry accordingly.
* Large sections of a library or application can be completely separated. The only link between them becomes the registry.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Service locator pattern」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.